home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000384_news@columbia.edu_Fri May 12 05:49:47 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15104
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 15 May 1995 09:36:38 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13993
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 15 May 1995 09:36:34 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!news.nyc.pipeline.com!newsjunkie.ans.net!europa.chnt.gtegsc.com!news.mathworks.com!news.duke.edu!news.ysu.edu!yfn.ysu.edu!am856
  6. From: am856@yfn.ysu.edu (Michael DeCosta III)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Terminal emulation in script
  9. Date: 12 May 1995 05:49:47 GMT
  10. Organization: St. Elizabeth Hospital, Youngstown, OH
  11. Lines: 20
  12. Message-Id: <3oustr$mkn@news.ysu.edu>
  13. References: <1995May11.083945.50507@cc.usu.edu> <11MAY199501261479@csbn2.concordia.ca>
  14. Reply-To: am856@yfn.ysu.edu (Michael DeCosta III)
  15. Nntp-Posting-Host: yfn2.ysu.edu
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18.  
  19. In a previous article, jrd@cc.usu.edu (Joe Doupnik) says:
  20.  
  21. >In article <11MAY199501261479@csbn2.concordia.ca>, cabilio@csbn2.concordia.ca writes:
  22. >> Is there no way to have MS-Kermit perform terminal emulation while a script
  23. >> is running?  Here are two examples of where this would be desirable (I was
  24. >> using MS-Kermit 3.14 under DOS 6.2 and VMS 5.5-2):
  25. >    <further details omitted>
  26. >----------
  27. >    Briefly put, no there isn't. Script commands are executed at the
  28. >Kermit prompt, Connect mode (terminal emulation) is invoked from the 
  29. >Kermit prompt too. Terminal type responses, such as to SET TERM/INQ,
  30. >can be made from scripts using canned response sequences listed in text
  31. >file msvibm.vt.
  32. >    Joe D. 
  33. >
  34.  
  35. The closest that you could get would be to use an outside console
  36. driver such as ANSI. I have noted that the script handler processes
  37. all its stuff through the outside driver when it is active.